Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / IBrowsable<T> Interface
The type of items in the collection.
Members

In This Topic
    IBrowsable<T> Interface
    In This Topic
    Defines methods to access previous and next items in a collection.
    Object Model
    IBrowsable<T> Interface
    Syntax
    'Declaration
     
    Public Interface IBrowsable(Of T) 
    public interface IBrowsable<T> 
    Type Parameters
    T
    The type of items in the collection.
    See Also